PECheckNthTableDifferences

Use PECheckNthTableDifferences to retrieve database table differences. This function is not implemented for reports based on a dictionary.

C Syntax
BOOL CRPE_API PECheckNthTableDifferences (
        short printJob,
        short tableN,
        PETableDifferenceInfo FAR *tabledifferenceinfo );
Parameters

printJob

Specifies the print job for the report containing the database table that you want to check.

tableN

Specifies the 0-based number of the table for which you want to retrieve table location information. The first table is table 0. The last table is N-1.

tabledifferenceinfo

Specifies a pointer to PETableDifferenceInfo, which will contain the information retrieved.

Returns
VB Syntax
Declare Function PECheckNthTableDifferences Lib "crpe32.dll" (
    ByVal printJob As Integer, ByVal tableN As Integer,
    tabledifferenceinfo As PETableDifferenceInfo ) As Integer
Delphi Syntax
function PECheckNthTableDifferences (
printJob : Smallint;
tableN : Smallint;
var tabledifferenceinfo : PETableDifferenceInfo): Bool; {$ifdef WIN32}
        stdcall; {$endif}


Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com